home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / search.searchforproviders.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  3.6 KB  |  87 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "search.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "search.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1>How to Search for Providers - <img src="..\..\images\business.gif" heigh="16" width="16" alt="Provider"></H1>
  18.                     <p>
  19.                         By using the <b>Providers</b> tab in Search, you can search for providers by name, categorization, identifiers, or by 
  20.                         associated tModels.
  21.                         <p class="to">To search for providers</p>
  22.                     </p>
  23.                     <OL>
  24.                         <li>
  25.                             On the <uddi:ContentController Runat='server' Mode='Private'>UDDI Services </uddi:ContentController><uddi:ContentController Runat='server' Mode='Public'>UDDI </uddi:ContentController>menu, click <b>Search</b>.</li>
  26.                         <li>
  27.                             Click the <b>Providers</b>
  28.                         tab.
  29.                         <li>
  30.                             Complete one or more search options as follows:
  31.                             <ul>
  32.                                 <li>
  33.                                     <b>Provider Name:</b> In <b>Provider Name</b>, type the name of the provider you want to find. If you only know part of the name, you can 
  34.                                     use % as a wildcard.
  35.                                     <br>
  36.                                     For example, to search for provider names starting with "an," type <b>an</b>. 
  37.                                     To search for provider names containing the letters "an," type <b>%an%</b>.
  38.                                 </li>
  39.                                 <li>
  40.                                     <b>Categories:</b> Add categories that define the type of provider you want to 
  41.                                     find. Search returns only those providers classified by the categories you 
  42.                                     specify.
  43.                                     <ol>
  44.                                     <LI>Click <b>Add Category</b></li>
  45.                                     <LI>Select the categorization that defines the type of provider you are 
  46.                                     searching for and then click <B>Add Category</b>
  47.                                     </ol>
  48.                                 </li>
  49.                                 <li>
  50.                                     <b>Identifiers:</b> Add the identifiers that are associated with the provider you 
  51.                                     are searching for. Search only returns those providers that publish all of the 
  52.                                     identifiers specified.
  53.  
  54.                                     <ol>
  55.                                     <LI>Click <B>Add Identifier</B>.
  56.                                     <LI>Select the tModel that represents the identification scheme you want to search by. 
  57.                                     <LI>In <B>Key Name</B>, type the name of the identifier you want to search by. 
  58.                                     <LI>In <B>Key Value</B>, type the value for the identifier you want to search by. 
  59.                                     <LI>Click <B>Update</B>. 
  60.                                     </ol>
  61.                                 </li>
  62.                                 <li>
  63.                                     <b>tModels:</b> Add the tModels that are used by the provider you are searching for. Search only returns those providers that publish all of the tModels specified.
  64.                                     <OL>
  65.                                         <LI>Click <b>Add tModels</b>.</LI>
  66.                                         <LI>Type all or part of the name of the tModel you want to add and then click <b>Search</b>.</LI>
  67.                                         <LI>Select the tModel you want to add.</li>
  68.                                     </OL>
  69.  
  70.                                 </li>
  71.                             </ul>
  72.                         </li>
  73.                         <li>
  74.                             Once you have defined your search criteria and are ready to perform your 
  75.                             search, click <b>Search</b>.<br>
  76.                         </li>
  77.                         <li>To view the details of an entity, click its name in the list. Then, you can view and browse the attributes of that entity and any associated entities.
  78.                 </td>
  79.             </tr>
  80.         </table>
  81.         <!-- #include file = "search.footer.htm" -->
  82.     </body>
  83. </html>
  84.  
  85.  
  86.  
  87.